const runtime.stackNoCache
3 uses
runtime (current package)
stack.go#L123: stackNoCache = 0 // disable per-P small stack caches
stack.go#L378: if stackNoCache != 0 || thisg.m.p == 0 || thisg.m.preemptoff != "" {
stack.go#L481: if stackNoCache != 0 || gp.m.p == 0 || gp.m.preemptoff != "" {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)